home *** CD-ROM | disk | FTP | other *** search
- Path: news.ios.com!usenet
- From: leonardj@tribeca.ios.com (John Leonard)
- Newsgroups: comp.lang.c++
- Subject: Static members of template classes
- Date: Fri, 09 Feb 1996 02:26:45 GMT
- Organization: Internet Online Services
- Message-ID: <4feb12$987@news.ios.com>
- NNTP-Posting-Host: ppp-7.ts-9.hck.idt.net
- X-Newsreader: Forte Free Agent 1.0.82
-
- How do you declare and initialize a static data member for a template
- class? Must you instantiate the class first? What do you do if you are
- not going to make any static instantiations of the class?
- John
-
-
-